home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Windows News 2005 November
/
WNnov2005.iso
/
Windows
/
Indispensables
/
Movie Collection
/
MovieCollection5403.exe
/
{app}
/
web
/
Default
/
header.xsl
< prev
next >
Wrap
Extensible Markup Language
|
2005-03-06
|
3KB
|
67 lines
<?xml version="1.0" encoding="ISO-8859-1"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output method="html" media-type="text/html; charset=ISO-8859-1"/>
<xsl:template name="template_header">
<table cellpadding="0" cellspacing="0" width="100%" border="0">
<tr><td width="100%">
<table cellpadding="0" cellspacing="0" width="100%" border="0">
<tr>
<td class="pageHeader">
<table cellpadding="0" cellspacing="0" width="100%" border="0">
<tr>
<!--
<td width="50%" style="filter:progid:DXImageTransform.microsoft.Gradient(gradientType=1,StartColorStr='white',EndColorStr='#6487DB')">
<img src="images/trans_pixel.gif" width="1" height="25" />
</td>
-->
<td id='deg1' width="283">
<img src="images/trans_pixel.gif" width="283" height="25" />
</td>
<td style="background-color:#6487DB;"><img src="images/trans_pixel.gif" width="1" height="25" /></td>
</tr>
</table>
</td>
<td width="150" class="pageHeader" nowrap="1">
<div align="right" style="margin=1px"><a href="http://babidyxp.free.fr/" target="_blank" class="lkpageHeader">Movie Collection website</a></div>
</td>
</tr>
<tr>
<td class="pageHeader2">
<table cellpadding="0" cellspacing="0" width="100%" border="0">
<tr>
<td id='deg2' width="335" nowrap="1" style="background-color:#AEC0EC;background-image:url(images/banner_mc.jpg);">
<img src="images/trans_pixel.gif" width="335" height="47" />
<!--<div class="pageTitle" nowrap="1">-->
<!--<span class="pageTitle" style="margin-left:5px;">Movie Collection</span>-->
<!--</div>-->
</td>
<td nowrap="1" style="background-color:#AEC0EC;background-image:url(images/banner_mc_back.jpg);">
<div style="color: red;font-size:10px;margin:0px">
<img src="images/trans_pixel.gif" width="1" height="47" />
<xsl:value-of select="datapacket/@version"/>
</div>
</td>
<!--
<td style="filter:progid:DXImageTransform.microsoft.Gradient(gradientType=1,StartColorStr='white',EndColorStr='#AEC0EC')">
<img src="images/trans_pixel.gif" width="1" height="50" />
</td>
-->
</tr>
</table>
</td>
<td width="150" class="pageHeader2">
</td>
</tr>
</table>
</td></tr>
</table>
</xsl:template>
</xsl:stylesheet>